home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 012 / reprate.arc / REPRATE.DOC < prev   
Text File  |  1984-12-03  |  2KB  |  65 lines

  1.                                 REPRATE.DOC
  2.  
  3.         This program will set the TYPEMATIC rate of your PC AT keyboard
  4.         from about 2 to 30 cps.  Normal rate is 10 cps.
  5.         THIS PROGRAM ONLY WORKS IN THE PC AT.
  6.  
  7.         Because of the greater processing speed of the AT, some games
  8.         or utilities leave the user at a disadvantage.  For example
  9.         my son was being attacked by a gigantic spider, and he only has
  10.         a small sword to defend himself with, therefore he must
  11.         strike the spider several times (I can't afford a large sword)
  12.         in order to NEUTRALIZE the spider.
  13.  
  14.         In this valiant struggle the hero (my son) hits the sword key
  15.         as fast as he can, but the villain (spider running with a 16Hz
  16.         crystal) sees only a very slow hero and strikes him down with
  17.         out mercy.  But alas! with the trusty REPRATE 0, he can now
  18.         strike the villain three times as fast and is able to defeat
  19.         the evil foe.
  20.  
  21.         This program may also come in handy for full screen text
  22.         editors.
  23.  
  24.         You can call this program from Basica:
  25.  
  26.                 SHELL "REPRATE X"  (X being the rate desired)
  27.  
  28.         You can even pass the X parameter:
  29.  
  30.                 10 X$ = "0"   '0 = 30 CPS
  31.                 20 SHELL "REPRATE "+X$  'NOTE THE SPACE AT THE END OF REPRATE
  32.                                  ^(Space must be there)
  33.  
  34.         Rate Table:
  35.  
  36.         X is a valid hex character = 0 1 2 3 4 5 6 7 8 9 A B C D E F
  37.  
  38.                     Use one of the values in the table:
  39.                     X  = CPS RATE       X  = CPS RATE
  40.                     ---------------------------------
  41.                     0  =  30            8  =  7.5
  42.                     1  =  24            9  =  6.0
  43.                     2  =  20            A  =  5.0
  44.                     3  =  17            B  =  4.3
  45.                     4  =  15            C  =  3.7
  46.                     5  =  12            D  =  3.0
  47.                     6  =  10 (Normal)   E  =  2.5
  48.                     7  =  8.6           F  =  2.1
  49.  
  50.         To view the rate table just type REPRATE without a parameter.
  51.  
  52.         The Queen City RBBS should contain:
  53.                 REPRATE.COM
  54.                 REPRATE.ASM
  55.                 REPRATE.DOC (This file)
  56.  
  57.  
  58.         If you have problems, or comments please contact me,
  59.  
  60.         Ralph Blanco
  61.         4201 Montibello Drv
  62.         Charlotte, NC 28226
  63.         (704)542-1118
  64.  
  65.